home *** CD-ROM | disk | FTP | other *** search
/ Champak 50 / Volume 50 - JOGO DISK .iso / Games / kingsky.swf / scripts / frame_6 / DoAction.as
Text File  |  2007-10-01  |  204b  |  12 lines

  1. stop();
  2. ending_mc.restart_btn.onRollOver = function()
  3. {
  4.    over();
  5. };
  6. ending_mc.restart_btn.onRelease = function()
  7. {
  8.    klik();
  9.    _root.gotoAndStop("loader");
  10.    delete _root.onEnterFrame;
  11. };
  12.